Physically Based Rendering (Shaders): Realtime

C++, OpenGL

implementation of OpenGL PBR Shader that computes an approximation of the Light Transport Integral. The material model used is a microfacet BSDF that can represent some value on the scale of of plasticness to metallicness, and some level of surface roughness.
We evaluate following BSDF's using following BRDF's for Point Light Based scene

  • Cook-Torrance BRDF
  • Lambertian BRDF
  • Sphere

    default
    fullMetal
    fullPlastic
    highRough
    lowRough

    Procedural Sphere

    Half Metal Half Rough
    Full Metal Half Rough
    Half Metal Half Rough
    Metalallic
    Plasticy